Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.89 KB | None | 0 0
  1. --
  2. -- FORTINET-CORE-MIB.mib: Main MIB for Fortinet enterprise OID tree
  3. --
  4. -- MODULE-IDENTITY
  5. -- OrgName
  6. -- Fortinet Technologies, Inc.
  7. -- ContactInfo
  8. -- Technical Support
  9. -- e-mail: [email protected]
  10. -- http://www.fortinet.com
  11. --
  12.  
  13.  
  14. FORTINET-CORE-MIB DEFINITIONS ::= BEGIN
  15.  
  16. IMPORTS
  17. ifIndex
  18. FROM IF-MIB
  19. InetAddress, InetAddressPrefixLength, InetAddressType
  20. FROM INET-ADDRESS-MIB
  21. MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
  22. FROM SNMPv2-CONF
  23. sysName
  24. FROM SNMPv2-MIB
  25. Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
  26. enterprises
  27. FROM SNMPv2-SMI
  28. DisplayString, TEXTUAL-CONVENTION
  29. FROM SNMPv2-TC;
  30.  
  31. fortinet MODULE-IDENTITY
  32. LAST-UPDATED "200905200000Z"
  33. ORGANIZATION
  34. "Fortinet Technologies, Inc."
  35. CONTACT-INFO
  36. "Technical Support
  37. http://www.fortinet.com
  38. "
  39. DESCRIPTION
  40. "Registered FortiScanMib OID"
  41. REVISION "200905200000Z"
  42. DESCRIPTION
  43. "MIB module for Fortinet network devices."
  44. REVISION "200811190000Z"
  45. DESCRIPTION
  46. "Registered FortiWebMib OID"
  47. REVISION "200810210000Z"
  48. DESCRIPTION
  49. "Added SMI comments"
  50. REVISION "200806250000Z"
  51. DESCRIPTION
  52. "Adjusted fnAdmin tree to start at .1"
  53. REVISION "200806160000Z"
  54. DESCRIPTION
  55. "Spelling corrections."
  56. REVISION "200804170000Z"
  57. DESCRIPTION
  58. "Initial version of fortinet core MIB."
  59. ::= { enterprises 12356 } -- assigned by IANA
  60.  
  61.  
  62. --
  63. -- Fortinet MIB Textual Conventions (TC)
  64. --
  65.  
  66. FnBoolState ::= TEXTUAL-CONVENTION
  67. STATUS current
  68. DESCRIPTION
  69. "Boolean data type representing enabled/disabled"
  70. SYNTAX INTEGER {
  71. disabled (1),
  72. enabled (2)
  73. }
  74.  
  75. FnLanguage ::= TEXTUAL-CONVENTION
  76. STATUS current
  77. DESCRIPTION
  78. "Enumerated type for user interface languages"
  79. SYNTAX INTEGER {
  80. english (1),
  81. simplifiedChinese (2),
  82. japanese (3),
  83. korean (4),
  84. spanish (5),
  85. traditionalChinese (6),
  86. french (7),
  87. undefined (255)
  88. }
  89.  
  90. FnIndex ::= TEXTUAL-CONVENTION
  91. DISPLAY-HINT "d"
  92. STATUS current
  93. DESCRIPTION
  94. "Data type for table index values"
  95. SYNTAX Integer32 (0..2147483647)
  96.  
  97. FnSessionProto ::= TEXTUAL-CONVENTION
  98. STATUS current
  99. DESCRIPTION
  100. "Data type for session protocols"
  101. SYNTAX INTEGER {
  102. ip (0),
  103. icmp (1),
  104. igmp (2),
  105. ipip (4),
  106. tcp (6),
  107. egp (8),
  108. pup (12),
  109. udp (17),
  110. idp (22),
  111. ipv6 (41),
  112. rsvp (46),
  113. gre (47),
  114. esp (50),
  115. ah (51),
  116. ospf (89),
  117. pim (103),
  118. comp (108),
  119. raw (255)
  120. }
  121.  
  122. --
  123. -- Fortinet Enterprise Structure of Management Information (SMI)
  124. --
  125.  
  126. fnCoreMib OBJECT IDENTIFIER ::= { fortinet 100 }
  127.  
  128. --
  129. -- Fortinet Product Family MIB Object Identifier Assignments
  130. --
  131. -- fnFortiGateMib OBJECT IDENTIFIER ::= { fortinet 101 }
  132. -- fnFortiAnalyzerMib OBJECT IDENTIFIER ::= { fortinet 102 }
  133. -- fnFortiManagerMib OBJECT IDENTIFIER ::= { fortinet 103 }
  134. -- fnFortiDefenderMib OBJECT IDENTIFIER ::= { fortinet 104 }
  135. -- fnFortiMailMib OBJECT IDENTIFIER ::= { fortinet 105 }
  136. -- fnFortiSwitchMib OBJECT IDENTIFIER ::= { fortinet 106 }
  137. -- fnFortiWebMib OBJECT IDENTIFIER ::= { fortinet 107 }
  138. -- fnFortiScanMib OBJECT IDENTIFIER ::= { fortinet 108 }
  139. --
  140.  
  141. --
  142. -- fnCoreMib.fnCommon
  143. --
  144. fnCommon OBJECT IDENTIFIER ::= { fnCoreMib 1 }
  145.  
  146. --
  147. -- fnCoreMib.fnCommon.fnSystem
  148. --
  149. fnSystem OBJECT IDENTIFIER ::= { fnCommon 1 }
  150.  
  151. fnSysSerial OBJECT-TYPE
  152. SYNTAX DisplayString
  153. MAX-ACCESS read-only
  154. STATUS current
  155. DESCRIPTION
  156. "Device serial number. This is the same serial number as given
  157. in the ENTITY-MIB tables for the base entity."
  158. ::= { fnSystem 1 }
  159.  
  160. --
  161. -- fnCoreMib.fnCommon.fnMgmt
  162. --
  163. fnMgmt OBJECT IDENTIFIER ::= { fnCommon 2 }
  164.  
  165. fnMgmtLanguage OBJECT-TYPE
  166. SYNTAX FnLanguage
  167. MAX-ACCESS read-only
  168. STATUS current
  169. DESCRIPTION
  170. "Language used for administration interfaces"
  171. ::= { fnMgmt 1 }
  172.  
  173. fnAdmin OBJECT IDENTIFIER ::= { fnMgmt 100 }
  174.  
  175. fnAdminNumber OBJECT-TYPE
  176. SYNTAX Integer32
  177. MAX-ACCESS read-only
  178. STATUS current
  179. DESCRIPTION
  180. "The number of admin accounts in fnAdminTable"
  181. ::= { fnAdmin 1 }
  182.  
  183. fnAdminTable OBJECT-TYPE
  184. SYNTAX SEQUENCE OF FnAdminEntry
  185. MAX-ACCESS not-accessible
  186. STATUS current
  187. DESCRIPTION
  188. "A table of administrator accounts on the device. This table is
  189. intended to be extended with platform specific information."
  190. ::= { fnAdmin 2 }
  191.  
  192. fnAdminEntry OBJECT-TYPE
  193. SYNTAX FnAdminEntry
  194. MAX-ACCESS not-accessible
  195. STATUS current
  196. DESCRIPTION
  197. "An entry containing information applicable to a particular admin account"
  198. INDEX { fnAdminIndex }
  199. ::= { fnAdminTable 1 }
  200.  
  201. FnAdminEntry ::= SEQUENCE {
  202. fnAdminIndex Integer32,
  203. fnAdminName DisplayString,
  204. fnAdminAddrType InetAddressType,
  205. fnAdminAddr InetAddress,
  206. fnAdminMask InetAddressPrefixLength
  207. }
  208.  
  209. fnAdminIndex OBJECT-TYPE
  210. SYNTAX Integer32 (1..2147483647)
  211. MAX-ACCESS not-accessible
  212. STATUS current
  213. DESCRIPTION
  214. "An index uniquely defining an administrator account within the fnAdminTable"
  215. ::= { fnAdminEntry 1 }
  216.  
  217. fnAdminName OBJECT-TYPE
  218. SYNTAX DisplayString
  219. MAX-ACCESS read-only
  220. STATUS current
  221. DESCRIPTION
  222. "The user-name of the specified administrator account"
  223. ::= { fnAdminEntry 2 }
  224.  
  225. fnAdminAddrType OBJECT-TYPE
  226. SYNTAX InetAddressType
  227. MAX-ACCESS read-only
  228. STATUS current
  229. DESCRIPTION
  230. "The type of address stored in fnAdminAddr, in compliance with INET-ADDRESS-MIB"
  231. ::= { fnAdminEntry 3 }
  232.  
  233. fnAdminAddr OBJECT-TYPE
  234. SYNTAX InetAddress
  235. MAX-ACCESS read-only
  236. STATUS current
  237. DESCRIPTION
  238. "The address prefix identifying where the administrator account can
  239. be used from, typically an IPv4 address. The address type/format is
  240. determined by fnAdminAddrType."
  241. ::= { fnAdminEntry 4 }
  242.  
  243. fnAdminMask OBJECT-TYPE
  244. SYNTAX InetAddressPrefixLength
  245. MAX-ACCESS read-only
  246. STATUS current
  247. DESCRIPTION
  248. "The address prefix length (or network mask) applied to the fgAdminAddr
  249. to determine the subnet or host the administrator can access the device from"
  250. ::= { fnAdminEntry 5 }
  251.  
  252. --
  253. -- fnCoreMib.fnCommon.fnTraps
  254. --
  255. fnTraps OBJECT IDENTIFIER ::= { fnCommon 3 }
  256.  
  257. fnTrapsPrefix OBJECT IDENTIFIER ::= { fnTraps 0 }
  258.  
  259. fnTrapObjects OBJECT IDENTIFIER ::= { fnTraps 1 }
  260.  
  261. fnGenTrapMsg OBJECT-TYPE
  262. SYNTAX DisplayString
  263. MAX-ACCESS accessible-for-notify
  264. STATUS current
  265. DESCRIPTION
  266. "Generic message associated with an event. The content will
  267. depend on the nature of the trap."
  268. ::= { fnTrapObjects 1 }
  269.  
  270. fnTrapCpuThreshold NOTIFICATION-TYPE
  271. OBJECTS { fnSysSerial, sysName }
  272. STATUS current
  273. DESCRIPTION
  274. "Indicates that the CPU usage has exceeded the configured threshold."
  275. ::= { fnTrapsPrefix 101 }
  276.  
  277. fnTrapMemThreshold NOTIFICATION-TYPE
  278. OBJECTS { fnSysSerial, sysName }
  279. STATUS current
  280. DESCRIPTION
  281. "Indicates memory usage has exceeded the configured threshold."
  282. ::= { fnTrapsPrefix 102 }
  283.  
  284. fnTrapLogDiskThreshold NOTIFICATION-TYPE
  285. OBJECTS { fnSysSerial, sysName }
  286. STATUS current
  287. DESCRIPTION
  288. "Log disk usage has exceeded the configured threshold. Only available
  289. on devices with log disks."
  290. ::= { fnTrapsPrefix 103 }
  291.  
  292. fnTrapTempHigh NOTIFICATION-TYPE
  293. OBJECTS { fnSysSerial, sysName }
  294. STATUS current
  295. DESCRIPTION
  296. "A temperature sensor on the device has exceeded its threshold.
  297. Not all devices have thermal sensors. See manual for specifications."
  298. ::= { fnTrapsPrefix 104 }
  299.  
  300. fnTrapVoltageOutOfRange NOTIFICATION-TYPE
  301. OBJECTS { fnSysSerial, sysName }
  302. STATUS current
  303. DESCRIPTION
  304. "Power levels have fluctuated outside of normal levels. Not all devices
  305. have voltage monitoring instrumentation. See manual for specifications."
  306. ::= { fnTrapsPrefix 105 }
  307.  
  308. fnTrapPowerSupplyFailure NOTIFICATION-TYPE
  309. OBJECTS { fnSysSerial, sysName }
  310. STATUS current
  311. DESCRIPTION
  312. "Power supply failure detected. Not available on all models. Available
  313. on some devices which support redundant power supplies. See manual
  314. for specifications."
  315. ::= { fnTrapsPrefix 106 }
  316.  
  317. fnTrapIpChange NOTIFICATION-TYPE
  318. OBJECTS { fnSysSerial, sysName, ifIndex }
  319. STATUS current
  320. DESCRIPTION
  321. "Indicates that the IP address of the specified interface has been changed."
  322. ::= { fnTrapsPrefix 201 }
  323.  
  324. fnTrapTest NOTIFICATION-TYPE
  325. OBJECTS { fnSysSerial, sysName }
  326. STATUS current
  327. DESCRIPTION
  328. "Trap sent for diagnostic purposes by an administrator."
  329. ::= { fnTrapsPrefix 999 }
  330.  
  331. --
  332. -- fnCoreMib.fnCommon.fnMIBConformance
  333. --
  334. fnMIBConformance OBJECT IDENTIFIER ::= { fnCoreMib 10 }
  335.  
  336. fnSystemComplianceGroup OBJECT-GROUP
  337. OBJECTS { fnSysSerial }
  338. STATUS current
  339. DESCRIPTION
  340. "Objects relating to the physical device."
  341. ::= { fnMIBConformance 1 }
  342.  
  343. fnMgmtComplianceGroup OBJECT-GROUP
  344. OBJECTS { fnMgmtLanguage }
  345. STATUS current
  346. DESCRIPTION
  347. "Objects relating the management of a device."
  348. ::= { fnMIBConformance 2 }
  349.  
  350. fnAdminComplianceGroup OBJECT-GROUP
  351. OBJECTS { fnAdminNumber, fnAdminName, fnAdminAddrType,
  352. fnAdminAddr, fnAdminMask }
  353. STATUS current
  354. DESCRIPTION
  355. "Administration access control objects."
  356. ::= { fnMIBConformance 3 }
  357.  
  358. fnTrapsComplianceGroup NOTIFICATION-GROUP
  359. NOTIFICATIONS { fnTrapCpuThreshold, fnTrapMemThreshold,
  360. fnTrapLogDiskThreshold, fnTrapTempHigh,
  361. fnTrapVoltageOutOfRange, fnTrapPowerSupplyFailure,
  362. fnTrapIpChange, fnTrapTest }
  363. STATUS current
  364. DESCRIPTION
  365. "Event notifications"
  366. ::= { fnMIBConformance 4 }
  367.  
  368. fnNotifObjectsComplianceGroup OBJECT-GROUP
  369. OBJECTS { fnGenTrapMsg }
  370. STATUS current
  371. DESCRIPTION
  372. "Object identifiers used in notifications"
  373. ::= { fnMIBConformance 5 }
  374.  
  375. fnMIBCompliance MODULE-COMPLIANCE
  376. STATUS current
  377. DESCRIPTION
  378. "The compliance statement for the application MIB."
  379.  
  380. MODULE -- this module
  381.  
  382. GROUP fnSystemComplianceGroup
  383. DESCRIPTION
  384. "This group is mandatory for all Fortinet network appliances
  385. supporting this MIB."
  386.  
  387. GROUP fnMgmtComplianceGroup
  388. DESCRIPTION
  389. "This group is optional for devices that do not support common
  390. management interface options such as multiple languages."
  391.  
  392. GROUP fnAdminComplianceGroup
  393. DESCRIPTION
  394. "This group should be accessible on any device supporting
  395. administrator authentication."
  396.  
  397. GROUP fnTrapsComplianceGroup
  398. DESCRIPTION
  399. "Traps are optional. Not all models support all traps. Consult
  400. product literature to see which traps are supported."
  401.  
  402. GROUP fnNotifObjectsComplianceGroup
  403. DESCRIPTION
  404. "Object identifiers used in notifications. Objects are required
  405. if their containing trap is implemented."
  406.  
  407. ::= { fnMIBConformance 100 }
  408.  
  409. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement